-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Function support added #2270
base: main
Are you sure you want to change the base?
Conversation
Postgres Function support added
@microsoft-github-policy-service agree |
Thank you for your contribution , @sanjeev23oct. Can you fill out the PR description template with contextual info? Please also add tests for validating your changes, which will help us review. |
@@ -128,12 +129,124 @@ protected override DatabaseTable GenerateDbTable(string schemaName, string table | |||
} | |||
|
|||
/// <summary> | |||
/// Takes a string version of a MySql data type and returns its .NET common language runtime (CLR) counterpart | |||
/// TODO: For MySql stored procedure support, this needs to be implemented. | |||
/// Takes a string version of a PostgreSql data type and returns its .NET common language runtime (CLR) counterpart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there are changes related to MySQL as well, can you move them in a separate PR?
Since, the PR title says it's for Postgres
Postgres Function support added
Why make this change?
#
syntax. e.g. Closes #XXWhat is this change?
How was this tested?
Sample Request(s)